home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BBS
/
PROKIT34.ARJ
/
DEBUGS.INT
< prev
next >
Wrap
Text File
|
1991-04-01
|
228b
|
17 lines
unit debugs; {debugging support unit}
interface
uses dos;
type
textptr = ^text;
var
debugfd: textptr; {debugging output file}
debugging: boolean; {true while debugging}
implementation